public final class UpdateServiceRequest extends GeneratedMessageV3 implements UpdateServiceRequestOrBuilder
Request message for updating a service.
Protobuf type google.cloud.run.v2.UpdateServiceRequest
Static Fields
ALLOW_MISSING_FIELD_NUMBER
public static final int ALLOW_MISSING_FIELD_NUMBER
Field Value
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
Field Value
VALIDATE_ONLY_FIELD_NUMBER
public static final int VALIDATE_ONLY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateServiceRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateServiceRequest.Builder newBuilder()
Returns
newBuilder(UpdateServiceRequest prototype)
public static UpdateServiceRequest.Builder newBuilder(UpdateServiceRequest prototype)
Parameter
Returns
public static UpdateServiceRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateServiceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateServiceRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateServiceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateServiceRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateServiceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateServiceRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateServiceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateServiceRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateServiceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateServiceRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateServiceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateServiceRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAllowMissing()
public boolean getAllowMissing()
If set to true, and if the Service does not exist, it will create a new
one. Caller must have both create and update permissions for this call if
this is set to true.
bool allow_missing = 4;
Returns
Type | Description |
boolean | The allowMissing.
|
getDefaultInstanceForType()
public UpdateServiceRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<UpdateServiceRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getService()
public Service getService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getServiceOrBuilder()
public ServiceOrBuilder getServiceOrBuilder()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getValidateOnly()
public boolean getValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
bool validate_only = 3;
Returns
Type | Description |
boolean | The validateOnly.
|
hasService()
public boolean hasService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the service field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateServiceRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateServiceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateServiceRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions