public final class CloudRunMetadata extends com.google.protobuf.GeneratedMessageV3 implements CloudRunMetadataOrBuilder
CloudRunMetadata contains information from a Cloud Run deployment.Protobuf type
google.cloud.deploy.v1.CloudRunMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
CloudRunMetadata.Builder
CloudRunMetadata contains information from a Cloud Run deployment.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
JOB_FIELD_NUMBER |
static int |
REVISION_FIELD_NUMBER |
static int |
SERVICE_FIELD_NUMBER |
static int |
SERVICE_URLS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CloudRunMetadata |
getDefaultInstance() |
CloudRunMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getJob()
Output only.
|
com.google.protobuf.ByteString |
getJobBytes()
Output only.
|
com.google.protobuf.Parser<CloudRunMetadata> |
getParserForType() |
String |
getRevision()
Output only.
|
com.google.protobuf.ByteString |
getRevisionBytes()
Output only.
|
int |
getSerializedSize() |
String |
getService()
Output only.
|
com.google.protobuf.ByteString |
getServiceBytes()
Output only.
|
String |
getServiceUrls(int index)
Output only.
|
com.google.protobuf.ByteString |
getServiceUrlsBytes(int index)
Output only.
|
int |
getServiceUrlsCount()
Output only.
|
com.google.protobuf.ProtocolStringList |
getServiceUrlsList()
Output only.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CloudRunMetadata.Builder |
newBuilder() |
static CloudRunMetadata.Builder |
newBuilder(CloudRunMetadata prototype) |
CloudRunMetadata.Builder |
newBuilderForType() |
protected CloudRunMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CloudRunMetadata |
parseDelimitedFrom(InputStream input) |
static CloudRunMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudRunMetadata |
parseFrom(byte[] data) |
static CloudRunMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudRunMetadata |
parseFrom(ByteBuffer data) |
static CloudRunMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudRunMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static CloudRunMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudRunMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CloudRunMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudRunMetadata |
parseFrom(InputStream input) |
static CloudRunMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CloudRunMetadata> |
parser() |
CloudRunMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SERVICE_FIELD_NUMBER
public static final int SERVICE_URLS_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
public static final int JOB_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getService()
Output only. The name of the Cloud Run Service that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/services/{service}`.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getService in interface CloudRunMetadataOrBuilderpublic com.google.protobuf.ByteString getServiceBytes()
Output only. The name of the Cloud Run Service that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/services/{service}`.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getServiceBytes in interface CloudRunMetadataOrBuilderpublic com.google.protobuf.ProtocolStringList getServiceUrlsList()
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getServiceUrlsList in interface CloudRunMetadataOrBuilderpublic int getServiceUrlsCount()
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getServiceUrlsCount in interface CloudRunMetadataOrBuilderpublic String getServiceUrls(int index)
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getServiceUrls in interface CloudRunMetadataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getServiceUrlsBytes(int index)
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getServiceUrlsBytes in interface CloudRunMetadataOrBuilderindex - The index of the value to return.public String getRevision()
Output only. The Cloud Run Revision id associated with a `Rollout`.
string revision = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getRevision in interface CloudRunMetadataOrBuilderpublic com.google.protobuf.ByteString getRevisionBytes()
Output only. The Cloud Run Revision id associated with a `Rollout`.
string revision = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getRevisionBytes in interface CloudRunMetadataOrBuilderpublic String getJob()
Output only. The name of the Cloud Run job that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/jobs/{job_name}`.
string job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getJob in interface CloudRunMetadataOrBuilderpublic com.google.protobuf.ByteString getJobBytes()
Output only. The name of the Cloud Run job that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/jobs/{job_name}`.
string job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getJobBytes in interface CloudRunMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CloudRunMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudRunMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudRunMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudRunMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudRunMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudRunMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudRunMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static CloudRunMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CloudRunMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CloudRunMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CloudRunMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CloudRunMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CloudRunMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CloudRunMetadata.Builder newBuilder()
public static CloudRunMetadata.Builder newBuilder(CloudRunMetadata prototype)
public CloudRunMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CloudRunMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CloudRunMetadata getDefaultInstance()
public static com.google.protobuf.Parser<CloudRunMetadata> parser()
public com.google.protobuf.Parser<CloudRunMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CloudRunMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.