Interface GetAccountResponseOrBuilder

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

@Generated(value="protoc", comments="annotations:GetAccountResponseOrBuilder.java.pb.meta") public interface GetAccountResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The account.
    The account.
    boolean
    The account.

    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

    • hasAccount

      boolean hasAccount()
       The account.
       
      .temporal.api.cloud.account.v1.Account account = 1;
      Returns:
      Whether the account field is set.
    • getAccount

      Account getAccount()
       The account.
       
      .temporal.api.cloud.account.v1.Account account = 1;
      Returns:
      The account.
    • getAccountOrBuilder

      AccountOrBuilder getAccountOrBuilder()
       The account.
       
      .temporal.api.cloud.account.v1.Account account = 1;