public interface CreateOfflineProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Parent project to create the profile in.
string parent = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Parent project to create the profile in.
string parent = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getProfile()
public abstract Profile getProfile()Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;
| Returns | |
|---|---|
| Type | Description |
Profile |
The profile. |
getProfileOrBuilder()
public abstract ProfileOrBuilder getProfileOrBuilder()Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;
| Returns | |
|---|---|
| Type | Description |
ProfileOrBuilder |
|
hasProfile()
public abstract boolean hasProfile()Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |