public static interface SkaffoldModules.SkaffoldGCSSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Optional.
|
com.google.protobuf.ByteString |
getPathBytes()
Optional.
|
String |
getSource()
Required.
|
com.google.protobuf.ByteString |
getSourceBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSource()
Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSourceBytes()
Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];String getPath()
Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPathBytes()
Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.