publicfinalclass BatchEnableServicesResponseextendsGeneratedMessageV3implementsBatchEnableServicesResponseOrBuilder
Response message for the BatchEnableServices method.
This response message is assigned to the response field of the returned
Operation when that operation is done.
Protobuf type google.api.serviceusage.v1.BatchEnableServicesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FAILURES_FIELD_NUMBER
publicstaticfinalintFAILURES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SERVICES_FIELD_NUMBER
publicstaticfinalintSERVICES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticBatchEnableServicesResponsegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticBatchEnableServicesResponse.BuildernewBuilder()
newBuilder(BatchEnableServicesResponse prototype)
publicstaticBatchEnableServicesResponse.BuildernewBuilder(BatchEnableServicesResponseprototype)
publicstaticBatchEnableServicesResponseparseDelimitedFrom(InputStreaminput)
publicstaticBatchEnableServicesResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticBatchEnableServicesResponseparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticBatchEnableServicesResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticBatchEnableServicesResponseparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticBatchEnableServicesResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticBatchEnableServicesResponseparseFrom(CodedInputStreaminput)
publicstaticBatchEnableServicesResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticBatchEnableServicesResponseparseFrom(InputStreaminput)
publicstaticBatchEnableServicesResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticBatchEnableServicesResponseparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticBatchEnableServicesResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<BatchEnableServicesResponse>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicBatchEnableServicesResponsegetDefaultInstanceForType()
getFailures(int index)
publicBatchEnableServicesResponse.EnableFailuregetFailures(intindex)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
| Parameter |
| Name |
Description |
index |
int
|
getFailuresCount()
publicintgetFailuresCount()
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
| Returns |
| Type |
Description |
int |
getFailuresList()
publicList<BatchEnableServicesResponse.EnableFailure>getFailuresList()
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
getFailuresOrBuilder(int index)
publicBatchEnableServicesResponse.EnableFailureOrBuildergetFailuresOrBuilder(intindex)
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
| Parameter |
| Name |
Description |
index |
int
|
getFailuresOrBuilderList()
publicList<?extendsBatchEnableServicesResponse.EnableFailureOrBuilder>getFailuresOrBuilderList()
If allow_partial_success is true, and one or more services could not be
enabled, this field contains the details about each failure.
repeated .google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure failures = 2;
| Returns |
| Type |
Description |
List<? extends com.google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailureOrBuilder> |
getParserForType()
publicParser<BatchEnableServicesResponse>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getServices(int index)
publicServicegetServices(intindex)
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;
| Parameter |
| Name |
Description |
index |
int
|
getServicesCount()
publicintgetServicesCount()
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;
| Returns |
| Type |
Description |
int |
getServicesList()
publicList<Service>getServicesList()
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;
getServicesOrBuilder(int index)
publicServiceOrBuildergetServicesOrBuilder(intindex)
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;
| Parameter |
| Name |
Description |
index |
int
|
getServicesOrBuilderList()
publicList<?extendsServiceOrBuilder>getServicesOrBuilderList()
The new state of the services after enabling.
repeated .google.api.serviceusage.v1.Service services = 1;
| Returns |
| Type |
Description |
List<? extends com.google.api.serviceusage.v1.ServiceOrBuilder> |
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicBatchEnableServicesResponse.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedBatchEnableServicesResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicBatchEnableServicesResponse.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides