public final class EnableServiceRequest extends GeneratedMessageV3 implements EnableServiceRequestOrBuilder
Request message for EnableService method.
Protobuf type google.api.servicemanagement.v1.EnableServiceRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > EnableServiceRequestImplements
EnableServiceRequestOrBuilderStatic 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 EnableServiceRequest getDefaultInstance()
Type | Description |
EnableServiceRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static EnableServiceRequest.Builder newBuilder()
Type | Description |
EnableServiceRequest.Builder |
newBuilder(EnableServiceRequest prototype)
public static EnableServiceRequest.Builder newBuilder(EnableServiceRequest prototype)
Name | Description |
prototype | EnableServiceRequest |
Type | Description |
EnableServiceRequest.Builder |
parseDelimitedFrom(InputStream input)
public static EnableServiceRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
EnableServiceRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EnableServiceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnableServiceRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static EnableServiceRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
EnableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EnableServiceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static EnableServiceRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
EnableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EnableServiceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static EnableServiceRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
EnableServiceRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EnableServiceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnableServiceRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static EnableServiceRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
EnableServiceRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EnableServiceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnableServiceRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static EnableServiceRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
EnableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EnableServiceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnableServiceRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<EnableServiceRequest> parser()
Type | Description |
Parser<EnableServiceRequest> |
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 enablement 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 enablement 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 EnableServiceRequest getDefaultInstanceForType()
Type | Description |
EnableServiceRequest |
getParserForType()
public Parser<EnableServiceRequest> getParserForType()
Type | Description |
Parser<EnableServiceRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getServiceName()
public String getServiceName()
Required. Name of the service to enable. 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 enable. 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 EnableServiceRequest.Builder newBuilderForType()
Type | Description |
EnableServiceRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EnableServiceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
EnableServiceRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public EnableServiceRequest.Builder toBuilder()
Type | Description |
EnableServiceRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |