Interface UpdateProfileRequestOrBuilder (2.1.10)

public interface UpdateProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProfile()

public abstract Profile getProfile()

Profile to update

.google.devtools.cloudprofiler.v2.Profile profile = 1;

Returns
TypeDescription
Profile

The profile.

getProfileOrBuilder()

public abstract ProfileOrBuilder getProfileOrBuilder()

Profile to update

.google.devtools.cloudprofiler.v2.Profile profile = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasProfile()

public abstract boolean hasProfile()

Profile to update

.google.devtools.cloudprofiler.v2.Profile profile = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.