Package io.grafeas.v1

Interface SlsaProvenanceZeroTwo.SlsaInvocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SlsaProvenanceZeroTwo.SlsaConfigSource getConfigSource()
      .grafeas.v1.SlsaProvenanceZeroTwo.SlsaConfigSource config_source = 1;
      SlsaProvenanceZeroTwo.SlsaConfigSourceOrBuilder getConfigSourceOrBuilder()
      .grafeas.v1.SlsaProvenanceZeroTwo.SlsaConfigSource config_source = 1;
      com.google.protobuf.Struct getEnvironment()
      .google.protobuf.Struct environment = 3;
      com.google.protobuf.StructOrBuilder getEnvironmentOrBuilder()
      .google.protobuf.Struct environment = 3;
      com.google.protobuf.Struct getParameters()
      .google.protobuf.Struct parameters = 2;
      com.google.protobuf.StructOrBuilder getParametersOrBuilder()
      .google.protobuf.Struct parameters = 2;
      boolean hasConfigSource()
      .grafeas.v1.SlsaProvenanceZeroTwo.SlsaConfigSource config_source = 1;
      boolean hasEnvironment()
      .google.protobuf.Struct environment = 3;
      boolean hasParameters()
      .google.protobuf.Struct parameters = 2;
      • 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

      • hasConfigSource

        boolean hasConfigSource()
        .grafeas.v1.SlsaProvenanceZeroTwo.SlsaConfigSource config_source = 1;
        Returns:
        Whether the configSource field is set.
      • hasParameters

        boolean hasParameters()
        .google.protobuf.Struct parameters = 2;
        Returns:
        Whether the parameters field is set.
      • getParameters

        com.google.protobuf.Struct getParameters()
        .google.protobuf.Struct parameters = 2;
        Returns:
        The parameters.
      • getParametersOrBuilder

        com.google.protobuf.StructOrBuilder getParametersOrBuilder()
        .google.protobuf.Struct parameters = 2;
      • hasEnvironment

        boolean hasEnvironment()
        .google.protobuf.Struct environment = 3;
        Returns:
        Whether the environment field is set.
      • getEnvironment

        com.google.protobuf.Struct getEnvironment()
        .google.protobuf.Struct environment = 3;
        Returns:
        The environment.
      • getEnvironmentOrBuilder

        com.google.protobuf.StructOrBuilder getEnvironmentOrBuilder()
        .google.protobuf.Struct environment = 3;