Interface GcrDestinationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GcrDestination, GcrDestination.Builder

    public interface GcrDestinationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutputUri()
      Required.
      com.google.protobuf.ByteString getOutputUriBytes()
      Required.
      • 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

      • getOutputUri

        String getOutputUri()
         Required. Google Contained Registry URI of the new image, up to 2000
         characters long. See
        
         https:
         //cloud.google.com/container-registry/do
         // cs/pushing-and-pulling#pushing_an_image_to_a_registry
         Accepted forms:
         * [HOSTNAME]/[PROJECT-ID]/[IMAGE]
         * [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG]
        
         The requesting user must have permission to push images the project.
         
        string output_uri = 1;
        Returns:
        The outputUri.
      • getOutputUriBytes

        com.google.protobuf.ByteString getOutputUriBytes()
         Required. Google Contained Registry URI of the new image, up to 2000
         characters long. See
        
         https:
         //cloud.google.com/container-registry/do
         // cs/pushing-and-pulling#pushing_an_image_to_a_registry
         Accepted forms:
         * [HOSTNAME]/[PROJECT-ID]/[IMAGE]
         * [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG]
        
         The requesting user must have permission to push images the project.
         
        string output_uri = 1;
        Returns:
        The bytes for outputUri.