Class GoogleCloudRun (0.44.0)

public final class GoogleCloudRun extends GeneratedMessage implements GoogleCloudRunOrBuilder

GoogleCloudRun represents the Cloud Run runtime.

Protobuf type google.cloud.developerconnect.v1.GoogleCloudRun

Static Fields

SERVICE_URI_FIELD_NUMBER

public static final int SERVICE_URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoogleCloudRun getDefaultInstance()
Returns
Type Description
GoogleCloudRun

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GoogleCloudRun.Builder newBuilder()
Returns
Type Description
GoogleCloudRun.Builder

newBuilder(GoogleCloudRun prototype)

public static GoogleCloudRun.Builder newBuilder(GoogleCloudRun prototype)
Parameter
Name Description
prototype GoogleCloudRun
Returns
Type Description
GoogleCloudRun.Builder

parseDelimitedFrom(InputStream input)

public static GoogleCloudRun parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudRun parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoogleCloudRun parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudRun parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoogleCloudRun parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudRun parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoogleCloudRun parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudRun parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoogleCloudRun parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudRun parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoogleCloudRun parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudRun parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudRun
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoogleCloudRun> parser()
Returns
Type Description
Parser<GoogleCloudRun>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GoogleCloudRun getDefaultInstanceForType()
Returns
Type Description
GoogleCloudRun

getParserForType()

public Parser<GoogleCloudRun> getParserForType()
Returns
Type Description
Parser<GoogleCloudRun>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceUri()

public String getServiceUri()

Required. Immutable. The name of the Cloud Run service. Format: projects/{project}/locations/{location}/services/{service}.

string service_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The serviceUri.

getServiceUriBytes()

public ByteString getServiceUriBytes()

Required. Immutable. The name of the Cloud Run service. Format: projects/{project}/locations/{location}/services/{service}.

string service_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for serviceUri.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoogleCloudRun.Builder newBuilderForType()
Returns
Type Description
GoogleCloudRun.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GoogleCloudRun.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoogleCloudRun.Builder
Overrides

toBuilder()

public GoogleCloudRun.Builder toBuilder()
Returns
Type Description
GoogleCloudRun.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException