public interface DisableServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConsumerId()
The identity of consumer resource which service disablement will be
applied to.
|
com.google.protobuf.ByteString |
getConsumerIdBytes()
The identity of consumer resource which service disablement will be
applied to.
|
java.lang.String |
getServiceName()
Name of the service to disable.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Name of the service to disable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
Name of the service to disable. Specifying an unknown service name will cause the request to fail.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
Name of the service to disable. Specifying an unknown service name will cause the request to fail.
string service_name = 1;java.lang.String getConsumerId()
The identity of consumer resource which service disablement will be applied to. The Google Service Management implementation accepts the following forms: "project:<project_id>", "project_number:<project_number>". Note: this is made compatible with google.api.servicecontrol.v1.Operation.consumer_id.
string consumer_id = 2;com.google.protobuf.ByteString getConsumerIdBytes()
The identity of consumer resource which service disablement will be applied to. The Google Service Management implementation accepts the following forms: "project:<project_id>", "project_number:<project_number>". Note: this is made compatible with google.api.servicecontrol.v1.Operation.consumer_id.
string consumer_id = 2;