Class GetServiceRolloutRequest (3.40.0)

public final class GetServiceRolloutRequest extends GeneratedMessageV3 implements GetServiceRolloutRequestOrBuilder

Request message for GetServiceRollout method.

Protobuf type google.api.servicemanagement.v1.GetServiceRolloutRequest

Static Fields

ROLLOUT_ID_FIELD_NUMBER

public static final int ROLLOUT_ID_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_NAME_FIELD_NUMBER

public static final int SERVICE_NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GetServiceRolloutRequest getDefaultInstance()
Returns
Type Description
GetServiceRolloutRequest

getDescriptor()

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

newBuilder()

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

newBuilder(GetServiceRolloutRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GetServiceRolloutRequest getDefaultInstanceForType()
Returns
Type Description
GetServiceRolloutRequest

getParserForType()

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

getRolloutId()

public String getRolloutId()

Required. The id of the rollout resource.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The rolloutId.

getRolloutIdBytes()

public ByteString getRolloutIdBytes()

Required. The id of the rollout resource.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for rolloutId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceName()

public String getServiceName()

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The serviceName.

getServiceNameBytes()

public ByteString getServiceNameBytes()

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for serviceName.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetServiceRolloutRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GetServiceRolloutRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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