- 2.49.0 (latest)
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public static final class UpdateServiceRequest.Builder extends GeneratedMessageV3.Builder<UpdateServiceRequest.Builder> implements UpdateServiceRequestOrBuilder
Request message for Services.UpdateService
.
Protobuf type google.appengine.v1.UpdateServiceRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateServiceRequest.BuilderImplements
UpdateServiceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateServiceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateServiceRequest.Builder |
build()
public UpdateServiceRequest build()
Type | Description |
UpdateServiceRequest |
buildPartial()
public UpdateServiceRequest buildPartial()
Type | Description |
UpdateServiceRequest |
clear()
public UpdateServiceRequest.Builder clear()
Type | Description |
UpdateServiceRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateServiceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
UpdateServiceRequest.Builder |
clearMigrateTraffic()
public UpdateServiceRequest.Builder clearMigrateTraffic()
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;
Type | Description |
UpdateServiceRequest.Builder | This builder for chaining. |
clearName()
public UpdateServiceRequest.Builder clearName()
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Type | Description |
UpdateServiceRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateServiceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
UpdateServiceRequest.Builder |
clearService()
public UpdateServiceRequest.Builder clearService()
A Service resource containing the updated service. Only fields set in the field mask will be updated.
.google.appengine.v1.Service service = 2;
Type | Description |
UpdateServiceRequest.Builder |
clearUpdateMask()
public UpdateServiceRequest.Builder clearUpdateMask()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Type | Description |
UpdateServiceRequest.Builder |
clone()
public UpdateServiceRequest.Builder clone()
Type | Description |
UpdateServiceRequest.Builder |
getDefaultInstanceForType()
public UpdateServiceRequest getDefaultInstanceForType()
Type | Description |
UpdateServiceRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
Type | Description |
boolean | The migrateTraffic. |
getName()
public String getName()
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
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;
Type | Description |
Service | The service. |
getServiceBuilder()
public Service.Builder getServiceBuilder()
A Service resource containing the updated service. Only fields set in the field mask will be updated.
.google.appengine.v1.Service service = 2;
Type | Description |
Service.Builder |
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;
Type | Description |
ServiceOrBuilder |
getUpdateMask()
public FieldMask getUpdateMask()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Type | Description |
FieldMaskOrBuilder |
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;
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;
Type | Description |
boolean | Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(UpdateServiceRequest other)
public UpdateServiceRequest.Builder mergeFrom(UpdateServiceRequest other)
Name | Description |
other | UpdateServiceRequest |
Type | Description |
UpdateServiceRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateServiceRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateServiceRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
UpdateServiceRequest.Builder |
mergeService(Service value)
public UpdateServiceRequest.Builder mergeService(Service value)
A Service resource containing the updated service. Only fields set in the field mask will be updated.
.google.appengine.v1.Service service = 2;
Name | Description |
value | Service |
Type | Description |
UpdateServiceRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateServiceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateServiceRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateServiceRequest.Builder mergeUpdateMask(FieldMask value)
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Name | Description |
value | FieldMask |
Type | Description |
UpdateServiceRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateServiceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateServiceRequest.Builder |
setMigrateTraffic(boolean value)
public UpdateServiceRequest.Builder setMigrateTraffic(boolean value)
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;
Name | Description |
value | boolean The migrateTraffic to set. |
Type | Description |
UpdateServiceRequest.Builder | This builder for chaining. |
setName(String value)
public UpdateServiceRequest.Builder setName(String value)
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
UpdateServiceRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public UpdateServiceRequest.Builder setNameBytes(ByteString value)
Name of the resource to update. Example: apps/myapp/services/default
.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
UpdateServiceRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateServiceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
UpdateServiceRequest.Builder |
setService(Service value)
public UpdateServiceRequest.Builder setService(Service value)
A Service resource containing the updated service. Only fields set in the field mask will be updated.
.google.appengine.v1.Service service = 2;
Name | Description |
value | Service |
Type | Description |
UpdateServiceRequest.Builder |
setService(Service.Builder builderForValue)
public UpdateServiceRequest.Builder setService(Service.Builder builderForValue)
A Service resource containing the updated service. Only fields set in the field mask will be updated.
.google.appengine.v1.Service service = 2;
Name | Description |
builderForValue | Service.Builder |
Type | Description |
UpdateServiceRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateServiceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateServiceRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateServiceRequest.Builder setUpdateMask(FieldMask value)
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Name | Description |
value | FieldMask |
Type | Description |
UpdateServiceRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateServiceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
Name | Description |
builderForValue | Builder |
Type | Description |
UpdateServiceRequest.Builder |