- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployArguments
, DeployArguments.Builder
public interface DeployArgumentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type |
Method |
Description |
java.lang.String |
getArtifactFilename() |
A name of the service artifact file located in the directory
for storing Java service artifacts.
|
com.google.protobuf.ByteString |
getArtifactFilenameBytes() |
A name of the service artifact file located in the directory
for storing Java service artifacts.
|
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
java.lang.String getArtifactFilename()
A name of the service artifact file located in the directory
for storing Java service artifacts.
string artifact_filename = 1;
- Returns:
- The artifactFilename.
-
com.google.protobuf.ByteString getArtifactFilenameBytes()
A name of the service artifact file located in the directory
for storing Java service artifacts.
string artifact_filename = 1;
- Returns:
- The bytes for artifactFilename.