| Modifier and Type | Method and Description |
|---|---|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addAllFailures(Iterable<? extends BatchEnableServicesResponse.EnableFailure> values)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addAllServices(Iterable<? extends Service> values)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addFailures(BatchEnableServicesResponse.EnableFailure.Builder builderForValue)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addFailures(BatchEnableServicesResponse.EnableFailure value)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addFailures(int index,
BatchEnableServicesResponse.EnableFailure.Builder builderForValue)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addFailures(int index,
BatchEnableServicesResponse.EnableFailure value)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addServices(int index,
Service.Builder builderForValue)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addServices(int index,
Service value)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addServices(Service.Builder builderForValue)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.addServices(Service value)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.clear() |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.clearFailures()
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.clearServices()
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.clone() |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.mergeFrom(BatchEnableServicesResponse other) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.newBuilder() |
static BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.newBuilder(BatchEnableServicesResponse prototype) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.newBuilderForType() |
protected BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.removeFailures(int index)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.removeServices(int index)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setFailures(int index,
BatchEnableServicesResponse.EnableFailure.Builder builderForValue)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setFailures(int index,
BatchEnableServicesResponse.EnableFailure value)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setServices(int index,
Service.Builder builderForValue)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setServices(int index,
Service value)
The new state of the services after enabling.
|
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BatchEnableServicesResponse.Builder |
BatchEnableServicesResponse.toBuilder() |
Copyright © 2024 Google LLC. All rights reserved.