Interface DetailsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Deployment getDeployment()
      Required.
      DeploymentOrBuilder getDeploymentOrBuilder()
      Required.
      boolean hasDeployment()
      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

      • hasDeployment

        boolean hasDeployment()
         Required. Deployment history for the resource.
         
        .grafeas.v1beta1.deployment.Deployment deployment = 1;
        Returns:
        Whether the deployment field is set.
      • getDeployment

        Deployment getDeployment()
         Required. Deployment history for the resource.
         
        .grafeas.v1beta1.deployment.Deployment deployment = 1;
        Returns:
        The deployment.
      • getDeploymentOrBuilder

        DeploymentOrBuilder getDeploymentOrBuilder()
         Required. Deployment history for the resource.
         
        .grafeas.v1beta1.deployment.Deployment deployment = 1;