Interface Generated.GitRepoVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDirectory()
      directory is the target directory name.
      com.google.protobuf.ByteString getDirectoryBytes()
      directory is the target directory name.
      String getRepository()
      repository is the URL
      com.google.protobuf.ByteString getRepositoryBytes()
      repository is the URL
      String getRevision()
      revision is the commit hash for the specified revision.
      com.google.protobuf.ByteString getRevisionBytes()
      revision is the commit hash for the specified revision.
      boolean hasDirectory()
      directory is the target directory name.
      boolean hasRepository()
      repository is the URL
      boolean hasRevision()
      revision is the commit hash for the specified revision.
      • 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

      • hasRepository

        boolean hasRepository()
         repository is the URL
         
        optional string repository = 1;
        Returns:
        Whether the repository field is set.
      • getRepository

        String getRepository()
         repository is the URL
         
        optional string repository = 1;
        Returns:
        The repository.
      • getRepositoryBytes

        com.google.protobuf.ByteString getRepositoryBytes()
         repository is the URL
         
        optional string repository = 1;
        Returns:
        The bytes for repository.
      • hasRevision

        boolean hasRevision()
         revision is the commit hash for the specified revision.
         +optional
         
        optional string revision = 2;
        Returns:
        Whether the revision field is set.
      • getRevision

        String getRevision()
         revision is the commit hash for the specified revision.
         +optional
         
        optional string revision = 2;
        Returns:
        The revision.
      • getRevisionBytes

        com.google.protobuf.ByteString getRevisionBytes()
         revision is the commit hash for the specified revision.
         +optional
         
        optional string revision = 2;
        Returns:
        The bytes for revision.
      • hasDirectory

        boolean hasDirectory()
         directory is the target directory name.
         Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
         git repository.  Otherwise, if specified, the volume will contain the git repository in
         the subdirectory with the given name.
         +optional
         
        optional string directory = 3;
        Returns:
        Whether the directory field is set.
      • getDirectory

        String getDirectory()
         directory is the target directory name.
         Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
         git repository.  Otherwise, if specified, the volume will contain the git repository in
         the subdirectory with the given name.
         +optional
         
        optional string directory = 3;
        Returns:
        The directory.
      • getDirectoryBytes

        com.google.protobuf.ByteString getDirectoryBytes()
         directory is the target directory name.
         Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
         git repository.  Otherwise, if specified, the volume will contain the git repository in
         the subdirectory with the given name.
         +optional
         
        optional string directory = 3;
        Returns:
        The bytes for directory.