public interface UpdateProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProfile()
public abstract Profile getProfile()Profile to update.
.google.devtools.cloudprofiler.v2.Profile profile = 1;
| Returns | |
|---|---|
| Type | Description |
Profile |
The profile. |
getProfileOrBuilder()
public abstract ProfileOrBuilder getProfileOrBuilder()Profile to update.
.google.devtools.cloudprofiler.v2.Profile profile = 1;
| Returns | |
|---|---|
| Type | Description |
ProfileOrBuilder |
|
getUpdateMask()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasProfile()
public abstract boolean hasProfile()Profile to update.
.google.devtools.cloudprofiler.v2.Profile profile = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |
hasUpdateMask()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |