public interface UpdateTopicRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Topic |
getTopic()
The updated topic object.
|
TopicOrBuilder |
getTopicOrBuilder()
The updated topic object.
|
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 updated topic object.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided topic to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTopic()
The updated topic object.
.google.pubsub.v1.Topic topic = 1;
Topic getTopic()
The updated topic object.
.google.pubsub.v1.Topic topic = 1;
TopicOrBuilder getTopicOrBuilder()
The updated topic object.
.google.pubsub.v1.Topic topic = 1;
boolean hasUpdateMask()
Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if `update_mask` contains "message_storage_policy" then the new value will be determined based on the policy configured at the project or organization level. The `message_storage_policy` must not be set in the `topic` provided above.
.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. Note that if `update_mask` contains "message_storage_policy" then the new value will be determined based on the policy configured at the project or organization level. The `message_storage_policy` must not be set in the `topic` provided above.
.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. Note that if `update_mask` contains "message_storage_policy" then the new value will be determined based on the policy configured at the project or organization level. The `message_storage_policy` must not be set in the `topic` provided above.
.google.protobuf.FieldMask update_mask = 2;
Copyright © 2018 Google LLC. All rights reserved.