Package com.google.cloud.deploy.v1
Interface DefaultPoolOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DefaultPool
,DefaultPool.Builder
public interface DefaultPoolOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getArtifactStorage()
Optional.com.google.protobuf.ByteString
getArtifactStorageBytes()
Optional.String
getServiceAccount()
Optional.com.google.protobuf.ByteString
getServiceAccountBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceAccount
String getServiceAccount()
Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.
string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The serviceAccount.
-
getServiceAccountBytes
com.google.protobuf.ByteString getServiceAccountBytes()
Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.
string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for serviceAccount.
-
getArtifactStorage
String getArtifactStorage()
Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
string artifact_storage = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The artifactStorage.
-
getArtifactStorageBytes
com.google.protobuf.ByteString getArtifactStorageBytes()
Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
string artifact_storage = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for artifactStorage.
-
-