public interface MarkInsightAcceptedRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsStateMetadata(String key)
Optional.
|
String |
getEtag()
Required.
|
com.google.protobuf.ByteString |
getEtagBytes()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
Map<String,String> |
getStateMetadata()
Deprecated.
|
int |
getStateMetadataCount()
Optional.
|
Map<String,String> |
getStateMetadataMap()
Optional.
|
String |
getStateMetadataOrDefault(String key,
String defaultValue)
Optional.
|
String |
getStateMetadataOrThrow(String key)
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Name of the insight.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. Name of the insight.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getStateMetadataCount()
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
map<string, string> state_metadata = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean containsStateMetadata(String key)
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
map<string, string> state_metadata = 2 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getStateMetadata()
getStateMetadataMap() instead.Map<String,String> getStateMetadataMap()
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
map<string, string> state_metadata = 2 [(.google.api.field_behavior) = OPTIONAL];
String getStateMetadataOrDefault(String key, String defaultValue)
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
map<string, string> state_metadata = 2 [(.google.api.field_behavior) = OPTIONAL];
String getStateMetadataOrThrow(String key)
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
map<string, string> state_metadata = 2 [(.google.api.field_behavior) = OPTIONAL];
String getEtag()
Required. Fingerprint of the Insight. Provides optimistic locking.
string etag = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEtagBytes()
Required. Fingerprint of the Insight. Provides optimistic locking.
string etag = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2020 Google LLC. All rights reserved.