Interface GlobalOrganizationSetPolicyRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Binding getBindings​(int index)
      Flatten Policy to create a backward compatible wire-format.
      int getBindingsCount()
      Flatten Policy to create a backward compatible wire-format.
      List<Binding> getBindingsList()
      Flatten Policy to create a backward compatible wire-format.
      BindingOrBuilder getBindingsOrBuilder​(int index)
      Flatten Policy to create a backward compatible wire-format.
      List<? extends BindingOrBuilder> getBindingsOrBuilderList()
      Flatten Policy to create a backward compatible wire-format.
      String getEtag()
      Flatten Policy to create a backward compatible wire-format.
      com.google.protobuf.ByteString getEtagBytes()
      Flatten Policy to create a backward compatible wire-format.
      Policy getPolicy()
      REQUIRED: The complete policy to be applied to the 'resource'.
      PolicyOrBuilder getPolicyOrBuilder()
      REQUIRED: The complete policy to be applied to the 'resource'.
      boolean hasEtag()
      Flatten Policy to create a backward compatible wire-format.
      boolean hasPolicy()
      REQUIRED: The complete policy to be applied to the 'resource'.
      • 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

      • getBindingsList

        List<Binding> getBindingsList()
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
         
        repeated .google.cloud.compute.v1.Binding bindings = 403251854;
      • getBindings

        Binding getBindings​(int index)
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
         
        repeated .google.cloud.compute.v1.Binding bindings = 403251854;
      • getBindingsCount

        int getBindingsCount()
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
         
        repeated .google.cloud.compute.v1.Binding bindings = 403251854;
      • getBindingsOrBuilderList

        List<? extends BindingOrBuilder> getBindingsOrBuilderList()
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
         
        repeated .google.cloud.compute.v1.Binding bindings = 403251854;
      • getBindingsOrBuilder

        BindingOrBuilder getBindingsOrBuilder​(int index)
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
         
        repeated .google.cloud.compute.v1.Binding bindings = 403251854;
      • hasEtag

        boolean hasEtag()
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
         
        optional string etag = 3123477;
        Returns:
        Whether the etag field is set.
      • getEtag

        String getEtag()
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
         
        optional string etag = 3123477;
        Returns:
        The etag.
      • getEtagBytes

        com.google.protobuf.ByteString getEtagBytes()
         Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
         
        optional string etag = 3123477;
        Returns:
        The bytes for etag.
      • hasPolicy

        boolean hasPolicy()
         REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
         
        optional .google.cloud.compute.v1.Policy policy = 91071794;
        Returns:
        Whether the policy field is set.
      • getPolicy

        Policy getPolicy()
         REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
         
        optional .google.cloud.compute.v1.Policy policy = 91071794;
        Returns:
        The policy.
      • getPolicyOrBuilder

        PolicyOrBuilder getPolicyOrBuilder()
         REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
         
        optional .google.cloud.compute.v1.Policy policy = 91071794;