public static interface OSPolicy.Resource.File.GcsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucket()
Required. Bucket of the Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBucketBytes()
Required. Bucket of the Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];String getObject()
Required. Name of the Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getObjectBytes()
Required. Name of the Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];long getGeneration()
Generation number of the Cloud Storage object.
int64 generation = 3;Copyright © 2023 Google LLC. All rights reserved.