Class LogConfigCloudAuditOptions.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<LogConfigCloudAuditOptions.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<LogConfigCloudAuditOptions.Builder>
      • getDefaultInstanceForType

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

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

        public LogConfigCloudAuditOptions 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<LogConfigCloudAuditOptions.Builder>
      • mergeFrom

        public LogConfigCloudAuditOptions.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<LogConfigCloudAuditOptions.Builder>
        Throws:
        IOException
      • hasAuthorizationLoggingOptions

        public boolean hasAuthorizationLoggingOptions()
         This is deprecated and has no effect. Do not use.
         
        optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;
        Specified by:
        hasAuthorizationLoggingOptions in interface LogConfigCloudAuditOptionsOrBuilder
        Returns:
        Whether the authorizationLoggingOptions field is set.
      • mergeAuthorizationLoggingOptions

        public LogConfigCloudAuditOptions.Builder mergeAuthorizationLoggingOptions​(AuthorizationLoggingOptions value)
         This is deprecated and has no effect. Do not use.
         
        optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;
      • clearAuthorizationLoggingOptions

        public LogConfigCloudAuditOptions.Builder clearAuthorizationLoggingOptions()
         This is deprecated and has no effect. Do not use.
         
        optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;
      • getAuthorizationLoggingOptionsBuilder

        public AuthorizationLoggingOptions.Builder getAuthorizationLoggingOptionsBuilder()
         This is deprecated and has no effect. Do not use.
         
        optional .google.cloud.compute.v1.AuthorizationLoggingOptions authorization_logging_options = 217861624;
      • hasLogName

        public boolean hasLogName()
         This is deprecated and has no effect. Do not use.
         Check the LogName enum for the list of possible values.
         
        optional string log_name = 402913958;
        Specified by:
        hasLogName in interface LogConfigCloudAuditOptionsOrBuilder
        Returns:
        Whether the logName field is set.
      • getLogName

        public String getLogName()
         This is deprecated and has no effect. Do not use.
         Check the LogName enum for the list of possible values.
         
        optional string log_name = 402913958;
        Specified by:
        getLogName in interface LogConfigCloudAuditOptionsOrBuilder
        Returns:
        The logName.
      • getLogNameBytes

        public com.google.protobuf.ByteString getLogNameBytes()
         This is deprecated and has no effect. Do not use.
         Check the LogName enum for the list of possible values.
         
        optional string log_name = 402913958;
        Specified by:
        getLogNameBytes in interface LogConfigCloudAuditOptionsOrBuilder
        Returns:
        The bytes for logName.
      • setLogName

        public LogConfigCloudAuditOptions.Builder setLogName​(String value)
         This is deprecated and has no effect. Do not use.
         Check the LogName enum for the list of possible values.
         
        optional string log_name = 402913958;
        Parameters:
        value - The logName to set.
        Returns:
        This builder for chaining.
      • clearLogName

        public LogConfigCloudAuditOptions.Builder clearLogName()
         This is deprecated and has no effect. Do not use.
         Check the LogName enum for the list of possible values.
         
        optional string log_name = 402913958;
        Returns:
        This builder for chaining.
      • setLogNameBytes

        public LogConfigCloudAuditOptions.Builder setLogNameBytes​(com.google.protobuf.ByteString value)
         This is deprecated and has no effect. Do not use.
         Check the LogName enum for the list of possible values.
         
        optional string log_name = 402913958;
        Parameters:
        value - The bytes for logName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final LogConfigCloudAuditOptions.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LogConfigCloudAuditOptions.Builder>
      • mergeUnknownFields

        public final LogConfigCloudAuditOptions.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LogConfigCloudAuditOptions.Builder>