public interface BatchEnableServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Parent to enable services on.
|
com.google.protobuf.ByteString |
getParentBytes()
Parent to enable services on.
|
String |
getServiceIds(int index)
The identifiers of the services to enable on the project.
|
com.google.protobuf.ByteString |
getServiceIdsBytes(int index)
The identifiers of the services to enable on the project.
|
int |
getServiceIdsCount()
The identifiers of the services to enable on the project.
|
List<String> |
getServiceIdsList()
The identifiers of the services to enable on the project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Parent to enable services on. An example name would be: `projects/123` where `123` is the project number. The `BatchEnableServices` method currently only supports projects.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Parent to enable services on. An example name would be: `projects/123` where `123` is the project number. The `BatchEnableServices` method currently only supports projects.
string parent = 1;List<String> getServiceIdsList()
The identifiers of the services to enable on the project. A valid identifier would be: serviceusage.googleapis.com Enabling services requires that each service is public or is shared with the user enabling the service. A single request can enable a maximum of 20 services at a time. If more than 20 services are specified, the request will fail, and no state changes will occur.
repeated string service_ids = 2;int getServiceIdsCount()
The identifiers of the services to enable on the project. A valid identifier would be: serviceusage.googleapis.com Enabling services requires that each service is public or is shared with the user enabling the service. A single request can enable a maximum of 20 services at a time. If more than 20 services are specified, the request will fail, and no state changes will occur.
repeated string service_ids = 2;String getServiceIds(int index)
The identifiers of the services to enable on the project. A valid identifier would be: serviceusage.googleapis.com Enabling services requires that each service is public or is shared with the user enabling the service. A single request can enable a maximum of 20 services at a time. If more than 20 services are specified, the request will fail, and no state changes will occur.
repeated string service_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getServiceIdsBytes(int index)
The identifiers of the services to enable on the project. A valid identifier would be: serviceusage.googleapis.com Enabling services requires that each service is public or is shared with the user enabling the service. A single request can enable a maximum of 20 services at a time. If more than 20 services are specified, the request will fail, and no state changes will occur.
repeated string service_ids = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.