Class TroubleshootIamPolicyRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TroubleshootIamPolicyRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TroubleshootIamPolicyRequest.Builder>
      • getDefaultInstanceForType

        public TroubleshootIamPolicyRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TroubleshootIamPolicyRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TroubleshootIamPolicyRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TroubleshootIamPolicyRequest.Builder>
      • mergeFrom

        public TroubleshootIamPolicyRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TroubleshootIamPolicyRequest.Builder>
        Throws:
        IOException
      • hasAccessTuple

        public boolean hasAccessTuple()
         The information to use for checking whether a principal has a permission
         for a resource.
         
        .google.cloud.policytroubleshooter.v1.AccessTuple access_tuple = 1;
        Specified by:
        hasAccessTuple in interface TroubleshootIamPolicyRequestOrBuilder
        Returns:
        Whether the accessTuple field is set.
      • clearAccessTuple

        public TroubleshootIamPolicyRequest.Builder clearAccessTuple()
         The information to use for checking whether a principal has a permission
         for a resource.
         
        .google.cloud.policytroubleshooter.v1.AccessTuple access_tuple = 1;
      • getAccessTupleBuilder

        public Explanations.AccessTuple.Builder getAccessTupleBuilder()
         The information to use for checking whether a principal has a permission
         for a resource.
         
        .google.cloud.policytroubleshooter.v1.AccessTuple access_tuple = 1;