Interface CreateOfflineProfileRequestOrBuilder (2.1.10)

public interface CreateOfflineProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Parent project to create the profile in.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Parent project to create the profile in.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getProfile()

public abstract Profile getProfile()

Contents of the profile to create.

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

Returns
TypeDescription
Profile

The profile.

getProfileOrBuilder()

public abstract ProfileOrBuilder getProfileOrBuilder()

Contents of the profile to create.

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

Returns
TypeDescription
ProfileOrBuilder

hasProfile()

public abstract boolean hasProfile()

Contents of the profile to create.

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

Returns
TypeDescription
boolean

Whether the profile field is set.