public interface UpdateTopicRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Topic |
getTopic()
The topic to update.
|
TopicOrBuilder |
getTopicOrBuilder()
The topic to update.
|
FieldMask |
getUpdateMask()
Indicates which fields in the provided topic to update.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided topic to update.
|
boolean |
hasTopic()
The topic to update.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided topic to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasTopic()
The topic to update.
.google.pubsub.v1.Topic topic = 1;Topic getTopic()
The topic to update.
.google.pubsub.v1.Topic topic = 1;TopicOrBuilder getTopicOrBuilder()
The topic to update.
.google.pubsub.v1.Topic topic = 1;boolean hasUpdateMask()
Indicates which fields in the provided topic to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
Indicates which fields in the provided topic to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided topic to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;