public interface UpdateTopicRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Topic |
getTopic()
The topic to update.
|
TopicOrBuilder |
getTopicOrBuilder()
The topic to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided topic to update.
|
com.google.protobuf.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, hasOneofboolean 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;com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided topic to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided topic to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;