Uses of Class
com.google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure
-
Packages that use BatchEnableServicesResponse.EnableFailure Package Description com.google.api.serviceusage.v1 A client to Service Usage API -
-
Uses of BatchEnableServicesResponse.EnableFailure in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return BatchEnableServicesResponse.EnableFailure Modifier and Type Method Description BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure.Builder. build()
BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure.Builder. buildPartial()
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. getDefaultInstance()
BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure.Builder. getDefaultInstanceForType()
BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. getDefaultInstanceForType()
BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.Builder. getFailures(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.EnableFailure
BatchEnableServicesResponse. getFailures(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.EnableFailure
BatchEnableServicesResponseOrBuilder. getFailures(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.static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseDelimitedFrom(InputStream input)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(byte[] data)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(com.google.protobuf.ByteString data)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(InputStream input)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(ByteBuffer data)
static BatchEnableServicesResponse.EnableFailure
BatchEnableServicesResponse.EnableFailure. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1 that return types with arguments of type BatchEnableServicesResponse.EnableFailure Modifier and Type Method Description List<BatchEnableServicesResponse.EnableFailure>
BatchEnableServicesResponse.Builder. getFailuresList()
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.List<BatchEnableServicesResponse.EnableFailure>
BatchEnableServicesResponse. getFailuresList()
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.List<BatchEnableServicesResponse.EnableFailure>
BatchEnableServicesResponseOrBuilder. getFailuresList()
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.com.google.protobuf.Parser<BatchEnableServicesResponse.EnableFailure>
BatchEnableServicesResponse.EnableFailure. getParserForType()
static com.google.protobuf.Parser<BatchEnableServicesResponse.EnableFailure>
BatchEnableServicesResponse.EnableFailure. parser()
Methods in com.google.api.serviceusage.v1 with parameters of type BatchEnableServicesResponse.EnableFailure Modifier and Type Method Description 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. 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.EnableFailure.Builder
BatchEnableServicesResponse.EnableFailure.Builder. mergeFrom(BatchEnableServicesResponse.EnableFailure other)
static BatchEnableServicesResponse.EnableFailure.Builder
BatchEnableServicesResponse.EnableFailure. newBuilder(BatchEnableServicesResponse.EnableFailure prototype)
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.Method parameters in com.google.api.serviceusage.v1 with type arguments of type BatchEnableServicesResponse.EnableFailure Modifier and Type Method 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.
-