Interface OSPolicy.Resource.File.GcsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OSPolicy.Resource.File.Gcs
,OSPolicy.Resource.File.Gcs.Builder
- Enclosing class:
- OSPolicy.Resource.File
public static interface OSPolicy.Resource.File.GcsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBucket()
Required.com.google.protobuf.ByteString
getBucketBytes()
Required.long
getGeneration()
Generation number of the Cloud Storage object.String
getObject()
Required.com.google.protobuf.ByteString
getObjectBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBucket
String getBucket()
Required. Bucket of the Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bucket.
-
getBucketBytes
com.google.protobuf.ByteString getBucketBytes()
Required. Bucket of the Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for bucket.
-
getObject
String getObject()
Required. Name of the Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The object.
-
getObjectBytes
com.google.protobuf.ByteString getObjectBytes()
Required. Name of the Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for object.
-
getGeneration
long getGeneration()
Generation number of the Cloud Storage object.
int64 generation = 3;
- Returns:
- The generation.
-
-