public final class GCS extends GeneratedMessageV3 implements GCSOrBuilder
Represents a Google Cloud Storage volume.
Protobuf type google.cloud.batch.v1alpha.GCS
Static Fields
REMOTE_PATH_FIELD_NUMBER
public static final int REMOTE_PATH_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static GCS getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static GCS.Builder newBuilder()
Returns
newBuilder(GCS prototype)
public static GCS.Builder newBuilder(GCS prototype)
Parameter
Name |
Description |
prototype |
GCS
|
Returns
public static GCS parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GCS parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GCS parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GCS parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GCS parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GCS parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GCS parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GCS parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GCS parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GCS parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GCS parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GCS parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<GCS> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public GCS getDefaultInstanceForType()
Returns
getParserForType()
public Parser<GCS> getParserForType()
Returns
Overrides
getRemotePath()
public String getRemotePath()
Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
bucket_name, bucket_name/subdirectory/
string remote_path = 1;
Returns
Type |
Description |
String |
The remotePath.
|
getRemotePathBytes()
public ByteString getRemotePathBytes()
Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
bucket_name, bucket_name/subdirectory/
string remote_path = 1;
Returns
Type |
Description |
ByteString |
The bytes for remotePath.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public GCS.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GCS.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public GCS.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions