Interface Engine.ResourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Engine.Resource, Engine.Resource.Builder
    Enclosing class:
    Engine

    public static interface Engine.ResourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsAttr​(java.lang.String key)
      map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttr()
      Deprecated.
      int getAttrCount()
      map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttrMap()
      map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.Value getAttrOrDefault​(java.lang.String key, com.google.protobuf.Value defaultValue)
      map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.Value getAttrOrThrow​(java.lang.String key)
      map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getId()
      string id = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getIdBytes()
      string id = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getKind()
      string kind = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getKindBytes()
      string kind = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getPolicyVersion()
      string policy_version = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getPolicyVersionBytes()
      string policy_version = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getScope()
      string scope = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getScopeBytes()
      string scope = 5 [(.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

      • getKind

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

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

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

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

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

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

        int getAttrCount()
        map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • containsAttr

        boolean containsAttr​(java.lang.String key)
        map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getAttr

        @Deprecated
        java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttr()
        Deprecated.
        Use getAttrMap() instead.
      • getAttrMap

        java.util.Map<java.lang.String,​com.google.protobuf.Value> getAttrMap()
        map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getAttrOrDefault

        com.google.protobuf.Value getAttrOrDefault​(java.lang.String key,
                                                   com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getAttrOrThrow

        com.google.protobuf.Value getAttrOrThrow​(java.lang.String key)
        map<string, .google.protobuf.Value> attr = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getScope

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

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