Interface ServiceAccountRecordDetailOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string applicationHash = 2;
    com.google.protobuf.ByteString
    optional string applicationHash = 2;
    optional string applicationId = 1;
    com.google.protobuf.ByteString
    optional string applicationId = 1;
    boolean
    optional string applicationHash = 2;
    boolean
    optional string applicationId = 1;

    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

    • hasApplicationId

      boolean hasApplicationId()
      optional string applicationId = 1;
      Returns:
      Whether the applicationId field is set.
    • getApplicationId

      String getApplicationId()
      optional string applicationId = 1;
      Returns:
      The applicationId.
    • getApplicationIdBytes

      com.google.protobuf.ByteString getApplicationIdBytes()
      optional string applicationId = 1;
      Returns:
      The bytes for applicationId.
    • hasApplicationHash

      boolean hasApplicationHash()
      optional string applicationHash = 2;
      Returns:
      Whether the applicationHash field is set.
    • getApplicationHash

      String getApplicationHash()
      optional string applicationHash = 2;
      Returns:
      The applicationHash.
    • getApplicationHashBytes

      com.google.protobuf.ByteString getApplicationHashBytes()
      optional string applicationHash = 2;
      Returns:
      The bytes for applicationHash.