public interface UpdateEntryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry()
Required.
|
EntryOrBuilder |
getEntryOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasEntry()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasEntry()
Required. The updated Entry.
.google.cloud.datacatalog.v1beta1.Entry entry = 1;
Entry getEntry()
Required. The updated Entry.
.google.cloud.datacatalog.v1beta1.Entry entry = 1;
EntryOrBuilder getEntryOrBuilder()
Required. The updated Entry.
.google.cloud.datacatalog.v1beta1.Entry entry = 1;
boolean hasUpdateMask()
Optional. The fields to update on the entry. If absent or empty, all modifiable fields are updated. Modifiable fields in synced entries: 1. schema (Pub/Sub topics only) Modifiable fields in native entries: 1. display_name 2. description 3. schema
.google.protobuf.FieldMask update_mask = 2;
com.google.protobuf.FieldMask getUpdateMask()
Optional. The fields to update on the entry. If absent or empty, all modifiable fields are updated. Modifiable fields in synced entries: 1. schema (Pub/Sub topics only) Modifiable fields in native entries: 1. display_name 2. description 3. schema
.google.protobuf.FieldMask update_mask = 2;
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The fields to update on the entry. If absent or empty, all modifiable fields are updated. Modifiable fields in synced entries: 1. schema (Pub/Sub topics only) Modifiable fields in native entries: 1. display_name 2. description 3. schema
.google.protobuf.FieldMask update_mask = 2;
Copyright © 2019 Google LLC. All rights reserved.