Class DynamicTemplateLaunchParams.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicTemplateLaunchParams.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicTemplateLaunchParams.Builder>
      • getDefaultInstanceForType

        public DynamicTemplateLaunchParams getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public DynamicTemplateLaunchParams build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public DynamicTemplateLaunchParams buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicTemplateLaunchParams.Builder>
      • mergeFrom

        public DynamicTemplateLaunchParams.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DynamicTemplateLaunchParams.Builder>
        Throws:
        IOException
      • getGcsPath

        public String getGcsPath()
         Path to dynamic template spec file on Cloud Storage.
         The file must be a Json serialized DynamicTemplateFieSpec object.
         
        string gcs_path = 1;
        Specified by:
        getGcsPath in interface DynamicTemplateLaunchParamsOrBuilder
        Returns:
        The gcsPath.
      • getGcsPathBytes

        public com.google.protobuf.ByteString getGcsPathBytes()
         Path to dynamic template spec file on Cloud Storage.
         The file must be a Json serialized DynamicTemplateFieSpec object.
         
        string gcs_path = 1;
        Specified by:
        getGcsPathBytes in interface DynamicTemplateLaunchParamsOrBuilder
        Returns:
        The bytes for gcsPath.
      • setGcsPath

        public DynamicTemplateLaunchParams.Builder setGcsPath​(String value)
         Path to dynamic template spec file on Cloud Storage.
         The file must be a Json serialized DynamicTemplateFieSpec object.
         
        string gcs_path = 1;
        Parameters:
        value - The gcsPath to set.
        Returns:
        This builder for chaining.
      • clearGcsPath

        public DynamicTemplateLaunchParams.Builder clearGcsPath()
         Path to dynamic template spec file on Cloud Storage.
         The file must be a Json serialized DynamicTemplateFieSpec object.
         
        string gcs_path = 1;
        Returns:
        This builder for chaining.
      • setGcsPathBytes

        public DynamicTemplateLaunchParams.Builder setGcsPathBytes​(com.google.protobuf.ByteString value)
         Path to dynamic template spec file on Cloud Storage.
         The file must be a Json serialized DynamicTemplateFieSpec object.
         
        string gcs_path = 1;
        Parameters:
        value - The bytes for gcsPath to set.
        Returns:
        This builder for chaining.
      • getStagingLocation

        public String getStagingLocation()
         Cloud Storage path for staging dependencies.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string staging_location = 2;
        Specified by:
        getStagingLocation in interface DynamicTemplateLaunchParamsOrBuilder
        Returns:
        The stagingLocation.
      • getStagingLocationBytes

        public com.google.protobuf.ByteString getStagingLocationBytes()
         Cloud Storage path for staging dependencies.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string staging_location = 2;
        Specified by:
        getStagingLocationBytes in interface DynamicTemplateLaunchParamsOrBuilder
        Returns:
        The bytes for stagingLocation.
      • setStagingLocation

        public DynamicTemplateLaunchParams.Builder setStagingLocation​(String value)
         Cloud Storage path for staging dependencies.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string staging_location = 2;
        Parameters:
        value - The stagingLocation to set.
        Returns:
        This builder for chaining.
      • clearStagingLocation

        public DynamicTemplateLaunchParams.Builder clearStagingLocation()
         Cloud Storage path for staging dependencies.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string staging_location = 2;
        Returns:
        This builder for chaining.
      • setStagingLocationBytes

        public DynamicTemplateLaunchParams.Builder setStagingLocationBytes​(com.google.protobuf.ByteString value)
         Cloud Storage path for staging dependencies.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string staging_location = 2;
        Parameters:
        value - The bytes for stagingLocation to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final DynamicTemplateLaunchParams.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicTemplateLaunchParams.Builder>