public final class UpdateServiceRequest extends GeneratedMessageV3 implements UpdateServiceRequestOrBuilder
Request message for Services.UpdateService
.
Protobuf type google.appengine.v1.UpdateServiceRequest
Static Fields
MIGRATE_TRAFFIC_FIELD_NUMBER
public static final int MIGRATE_TRAFFIC_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
Field Value
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_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
getDefaultInstanceForType()
public UpdateServiceRequest getDefaultInstanceForType()
Returns
getMigrateTraffic()
public boolean getMigrateTraffic()
Set to true
to gradually shift traffic to one or more versions that you
specify. By default, traffic is shifted immediately.
For gradual traffic migration, the target versions
must be located within instances that are configured for both
warmup requests
and
automatic scaling.
You must specify the
shardBy
field in the Service resource. Gradual traffic migration is not
supported in the App Engine flexible environment. For examples, see
Migrating and Splitting Traffic.
bool migrate_traffic = 4;
Returns
Type | Description |
boolean | The migrateTraffic.
|
getName()
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Returns
getParserForType()
public Parser<UpdateServiceRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getService()
public Service getService()
A Service resource containing the updated service. Only fields set in the
field mask will be updated.
.google.appengine.v1.Service service = 2;
Returns
getServiceOrBuilder()
public ServiceOrBuilder getServiceOrBuilder()
A Service resource containing the updated service. Only fields set in the
field mask will be updated.
.google.appengine.v1.Service service = 2;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Returns
hasService()
public boolean hasService()
A Service resource containing the updated service. Only fields set in the
field mask will be updated.
.google.appengine.v1.Service service = 2;
Returns
Type | Description |
boolean | Whether the service field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Returns
Type | Description |
boolean | Whether the updateMask 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