Interface EnablementResultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    This indicates the campaign for which enablement was tried, regardless of the outcome.
    com.google.protobuf.ByteString
    This indicates the campaign for which enablement was tried, regardless of the outcome.
    com.google.rpc.Status
    Details of the error when enablement fails.
    com.google.rpc.StatusOrBuilder
    Details of the error when enablement fails.
    boolean
    Details of the error when enablement fails.

    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

    • getCampaign

      String getCampaign()
       This indicates the campaign for which enablement was tried, regardless of
       the outcome.
       
      string campaign = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The campaign.
    • getCampaignBytes

      com.google.protobuf.ByteString getCampaignBytes()
       This indicates the campaign for which enablement was tried, regardless of
       the outcome.
       
      string campaign = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for campaign.
    • hasEnablementError

      boolean hasEnablementError()
       Details of the error when enablement fails.
       
      .google.rpc.Status enablement_error = 2;
      Returns:
      Whether the enablementError field is set.
    • getEnablementError

      com.google.rpc.Status getEnablementError()
       Details of the error when enablement fails.
       
      .google.rpc.Status enablement_error = 2;
      Returns:
      The enablementError.
    • getEnablementErrorOrBuilder

      com.google.rpc.StatusOrBuilder getEnablementErrorOrBuilder()
       Details of the error when enablement fails.
       
      .google.rpc.Status enablement_error = 2;