Interface DynamicTemplateLaunchParamsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGcsPath()
      Path to dynamic template spec file on Cloud Storage.
      com.google.protobuf.ByteString getGcsPathBytes()
      Path to dynamic template spec file on Cloud Storage.
      String getStagingLocation()
      Cloud Storage path for staging dependencies.
      com.google.protobuf.ByteString getStagingLocationBytes()
      Cloud Storage path for staging dependencies.
      • 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 Detail

      • getGcsPath

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

        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;
        Returns:
        The bytes for gcsPath.
      • getStagingLocation

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

        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;
        Returns:
        The bytes for stagingLocation.