Interface Requests.ExporterDisableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.ExporterDisableRequest,Requests.ExporterDisableRequest.Builder
- Enclosing class:
Requests
public static interface Requests.ExporterDisableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool dryRun = 2;string exporterId = 1;com.google.protobuf.ByteStringstring exporterId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExporterId
String getExporterId()string exporterId = 1;- Returns:
- The exporterId.
-
getExporterIdBytes
com.google.protobuf.ByteString getExporterIdBytes()string exporterId = 1;- Returns:
- The bytes for exporterId.
-
getDryRun
boolean getDryRun()bool dryRun = 2;- Returns:
- The dryRun.
-