public static final class Endpoint.CloudRunRevisionEndpoint extends GeneratedMessageV3 implements Endpoint.CloudRunRevisionEndpointOrBuilder
Wrapper for Cloud Run revision attributes.
Protobuf type
google.events.cloud.networkmanagement.v1.Endpoint.CloudRunRevisionEndpoint
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Endpoint.CloudRunRevisionEndpointImplements
Endpoint.CloudRunRevisionEndpointOrBuilderStatic Fields
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Endpoint.CloudRunRevisionEndpoint getDefaultInstance()
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Endpoint.CloudRunRevisionEndpoint.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
newBuilder(Endpoint.CloudRunRevisionEndpoint prototype)
public static Endpoint.CloudRunRevisionEndpoint.Builder newBuilder(Endpoint.CloudRunRevisionEndpoint prototype)
Parameter | |
---|---|
Name | Description |
prototype | Endpoint.CloudRunRevisionEndpoint |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
parseDelimitedFrom(InputStream input)
public static Endpoint.CloudRunRevisionEndpoint parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Endpoint.CloudRunRevisionEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Endpoint.CloudRunRevisionEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Endpoint.CloudRunRevisionEndpoint> parser()
Returns | |
---|---|
Type | Description |
Parser<CloudRunRevisionEndpoint> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Endpoint.CloudRunRevisionEndpoint getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint |
getParserForType()
public Parser<Endpoint.CloudRunRevisionEndpoint> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<CloudRunRevisionEndpoint> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getUri()
public String getUri()
A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
Returns | |
---|---|
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for uri. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Endpoint.CloudRunRevisionEndpoint.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Endpoint.CloudRunRevisionEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Endpoint.CloudRunRevisionEndpoint.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |