Interface V1alpha1Imagepolicy.ImageReviewContainerSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1alpha1Imagepolicy.ImageReviewContainerSpec, V1alpha1Imagepolicy.ImageReviewContainerSpec.Builder
Enclosing class:
V1alpha1Imagepolicy

public static interface V1alpha1Imagepolicy.ImageReviewContainerSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    This can be in the form image:tag or image@SHA:012345679abcdef.
    com.google.protobuf.ByteString
    This can be in the form image:tag or image@SHA:012345679abcdef.
    boolean
    This can be in the form image:tag or image@SHA:012345679abcdef.

    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

    • hasImage

      boolean hasImage()
       This can be in the form image:tag or image@SHA:012345679abcdef.
       +optional
       
      optional string image = 1;
    • getImage

      String getImage()
       This can be in the form image:tag or image@SHA:012345679abcdef.
       +optional
       
      optional string image = 1;
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
       This can be in the form image:tag or image@SHA:012345679abcdef.
       +optional
       
      optional string image = 1;