Interface MutateCustomerUserAccessInvitationResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MutateCustomerUserAccessInvitationResponse, MutateCustomerUserAccessInvitationResponse.Builder

public interface MutateCustomerUserAccessInvitationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Result for the mutate.
    Result for the mutate.
    boolean
    Result for the mutate.

    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 Details

    • hasResult

      boolean hasResult()
       Result for the mutate.
       
      .google.ads.googleads.v18.services.MutateCustomerUserAccessInvitationResult result = 1;
      Returns:
      Whether the result field is set.
    • getResult

       Result for the mutate.
       
      .google.ads.googleads.v18.services.MutateCustomerUserAccessInvitationResult result = 1;
      Returns:
      The result.
    • getResultOrBuilder

       Result for the mutate.
       
      .google.ads.googleads.v18.services.MutateCustomerUserAccessInvitationResult result = 1;