public interface UpdateProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Profile |
getProfile()
Profile to update.
|
ProfileOrBuilder |
getProfileOrBuilder()
Profile to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Field mask used to specify the fields to be overwritten.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Field mask used to specify the fields to be overwritten.
|
boolean |
hasProfile()
Profile to update.
|
boolean |
hasUpdateMask()
Field mask used to specify the fields to be overwritten.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProfile()
Profile to update.
.google.devtools.cloudprofiler.v2.Profile profile = 1;Profile getProfile()
Profile to update.
.google.devtools.cloudprofiler.v2.Profile profile = 1;ProfileOrBuilder getProfileOrBuilder()
Profile to update.
.google.devtools.cloudprofiler.v2.Profile profile = 1;boolean hasUpdateMask()
Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2025 Google LLC. All rights reserved.