public final class SelectiveGapicGeneration extends GeneratedMessageV3 implements SelectiveGapicGenerationOrBuilder
This message is used to configure the generation of a subset of the RPCs in a service for client libraries.
Protobuf type google.api.SelectiveGapicGeneration
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SelectiveGapicGenerationImplements
SelectiveGapicGenerationOrBuilderStatic Fields
METHODS_FIELD_NUMBER
public static final int METHODS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SelectiveGapicGeneration getDefaultInstance()
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SelectiveGapicGeneration.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration.Builder |
newBuilder(SelectiveGapicGeneration prototype)
public static SelectiveGapicGeneration.Builder newBuilder(SelectiveGapicGeneration prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SelectiveGapicGeneration |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration.Builder |
parseDelimitedFrom(InputStream input)
public static SelectiveGapicGeneration parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SelectiveGapicGeneration parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SelectiveGapicGeneration parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SelectiveGapicGeneration parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SelectiveGapicGeneration parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SelectiveGapicGeneration parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SelectiveGapicGeneration parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SelectiveGapicGeneration parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SelectiveGapicGeneration parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SelectiveGapicGeneration parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SelectiveGapicGeneration parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SelectiveGapicGeneration parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SelectiveGapicGeneration> parser()
Returns | |
---|---|
Type | Description |
Parser<SelectiveGapicGeneration> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public SelectiveGapicGeneration getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration |
getMethods(int index)
public String getMethods(int index)
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The methods at the given index. |
getMethodsBytes(int index)
public ByteString getMethodsBytes(int index)
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the methods at the given index. |
getMethodsCount()
public int getMethodsCount()
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Returns | |
---|---|
Type | Description |
int |
The count of methods. |
getMethodsList()
public ProtocolStringList getMethodsList()
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the methods. |
getParserForType()
public Parser<SelectiveGapicGeneration> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SelectiveGapicGeneration> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SelectiveGapicGeneration.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SelectiveGapicGeneration.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SelectiveGapicGeneration.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SelectiveGapicGeneration.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |