public final class ServiceConstants extends GeneratedMessageV3 implements ServiceConstantsOrBuilder
Shared constants.
Protobuf type google.storage.v2.ServiceConstants
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ServiceConstantsImplements
ServiceConstantsOrBuilderStatic Methods
getDefaultInstance()
public static ServiceConstants getDefaultInstance()
Type | Description |
ServiceConstants |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ServiceConstants.Builder newBuilder()
Type | Description |
ServiceConstants.Builder |
newBuilder(ServiceConstants prototype)
public static ServiceConstants.Builder newBuilder(ServiceConstants prototype)
Name | Description |
prototype |
ServiceConstants |
Type | Description |
ServiceConstants.Builder |
parseDelimitedFrom(InputStream input)
public static ServiceConstants parseDelimitedFrom(InputStream input)
Name | Description |
input |
InputStream |
Type | Description |
ServiceConstants |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConstants parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
ServiceConstants |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ServiceConstants parseFrom(byte[] data)
Name | Description |
data |
byte[] |
Type | Description |
ServiceConstants |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceConstants parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
ServiceConstants |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ServiceConstants parseFrom(ByteString data)
Name | Description |
data |
ByteString |
Type | Description |
ServiceConstants |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceConstants parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
ServiceConstants |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ServiceConstants parseFrom(CodedInputStream input)
Name | Description |
input |
CodedInputStream |
Type | Description |
ServiceConstants |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConstants parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
ServiceConstants |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ServiceConstants parseFrom(InputStream input)
Name | Description |
input |
InputStream |
Type | Description |
ServiceConstants |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConstants parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
ServiceConstants |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ServiceConstants parseFrom(ByteBuffer data)
Name | Description |
data |
ByteBuffer |
Type | Description |
ServiceConstants |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceConstants parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
ServiceConstants |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ServiceConstants> parser()
Type | Description |
Parser<ServiceConstants> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj |
Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ServiceConstants getDefaultInstanceForType()
Type | Description |
ServiceConstants |
getParserForType()
public Parser<ServiceConstants> getParserForType()
Type | Description |
Parser<ServiceConstants> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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 ServiceConstants.Builder newBuilderForType()
Type | Description |
ServiceConstants.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServiceConstants.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent |
BuilderParent |
Type | Description |
ServiceConstants.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused |
UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ServiceConstants.Builder toBuilder()
Type | Description |
ServiceConstants.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output |
CodedOutputStream |
Type | Description |
IOException |