public final class DisableServiceRequest extends GeneratedMessageV3 implements DisableServiceRequestOrBuilder
Request message for DisableService method.
Protobuf type google.api.servicemanagement.v1.DisableServiceRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DisableServiceRequestImplements
DisableServiceRequestOrBuilderStatic Fields
CONSUMER_ID_FIELD_NUMBER
public static final int CONSUMER_ID_FIELD_NUMBER
Type | Description |
int |
SERVICE_NAME_FIELD_NUMBER
public static final int SERVICE_NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DisableServiceRequest getDefaultInstance()
Type | Description |
DisableServiceRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DisableServiceRequest.Builder newBuilder()
Type | Description |
DisableServiceRequest.Builder |
newBuilder(DisableServiceRequest prototype)
public static DisableServiceRequest.Builder newBuilder(DisableServiceRequest prototype)
Name | Description |
prototype | DisableServiceRequest |
Type | Description |
DisableServiceRequest.Builder |
parseDelimitedFrom(InputStream input)
public static DisableServiceRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DisableServiceRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DisableServiceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisableServiceRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DisableServiceRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DisableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DisableServiceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DisableServiceRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DisableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DisableServiceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DisableServiceRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DisableServiceRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DisableServiceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisableServiceRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DisableServiceRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DisableServiceRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DisableServiceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisableServiceRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DisableServiceRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DisableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DisableServiceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DisableServiceRequest> parser()
Type | Description |
Parser<DisableServiceRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getConsumerId()
public String getConsumerId()
Required. The identity of consumer resource which service disablement will be applied to. The Google Service Management implementation accepts the following forms:
- "project:<project_id>" Note: this is made compatible with google.api.servicecontrol.v1.Operation.consumer_id.
string consumer_id = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The consumerId. |
getConsumerIdBytes()
public ByteString getConsumerIdBytes()
Required. The identity of consumer resource which service disablement will be applied to. The Google Service Management implementation accepts the following forms:
- "project:<project_id>" Note: this is made compatible with google.api.servicecontrol.v1.Operation.consumer_id.
string consumer_id = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for consumerId. |
getDefaultInstanceForType()
public DisableServiceRequest getDefaultInstanceForType()
Type | Description |
DisableServiceRequest |
getParserForType()
public Parser<DisableServiceRequest> getParserForType()
Type | Description |
Parser<DisableServiceRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getServiceName()
public String getServiceName()
Required. Name of the service to disable. Specifying an unknown service name will cause the request to fail.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The serviceName. |
getServiceNameBytes()
public ByteString getServiceNameBytes()
Required. Name of the service to disable. Specifying an unknown service name will cause the request to fail.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for serviceName. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public DisableServiceRequest.Builder newBuilderForType()
Type | Description |
DisableServiceRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DisableServiceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DisableServiceRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DisableServiceRequest.Builder toBuilder()
Type | Description |
DisableServiceRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |