public interface StorageSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Google Cloud Storage bucket containing the source (see
[Bucket Name
Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
|
com.google.protobuf.ByteString |
getBucketBytes()
Google Cloud Storage bucket containing the source (see
[Bucket Name
Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
|
long |
getGeneration()
Google Cloud Storage generation for the object.
|
String |
getObject()
Google Cloud Storage object containing the source.
|
com.google.protobuf.ByteString |
getObjectBytes()
Google Cloud Storage object containing the source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucket()
Google Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
string bucket = 1;com.google.protobuf.ByteString getBucketBytes()
Google Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
string bucket = 1;String getObject()
Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
string object = 2;com.google.protobuf.ByteString getObjectBytes()
Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
string object = 2;long getGeneration()
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
int64 generation = 3;Copyright © 2023 Google LLC. All rights reserved.