Interface Response.CheckResourcesResponse.ResultEntry.ResourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getKind()
      string kind = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getKindBytes()
      string kind = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getPolicyVersion()
      string policy_version = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getPolicyVersionBytes()
      string policy_version = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getScope()
      string scope = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getScopeBytes()
      string scope = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • 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

      • getId

        java.lang.String getId()
        string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for id.
      • getKind

        java.lang.String getKind()
        string kind = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The kind.
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
        string kind = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for kind.
      • getPolicyVersion

        java.lang.String getPolicyVersion()
        string policy_version = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The policyVersion.
      • getPolicyVersionBytes

        com.google.protobuf.ByteString getPolicyVersionBytes()
        string policy_version = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for policyVersion.
      • getScope

        java.lang.String getScope()
        string scope = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The scope.
      • getScopeBytes

        com.google.protobuf.ByteString getScopeBytes()
        string scope = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for scope.