public interface CreateProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Deployment |
getDeployment()
Deployment details.
|
DeploymentOrBuilder |
getDeploymentOrBuilder()
Deployment details.
|
String |
getParent()
Parent project to create the profile in.
|
com.google.protobuf.ByteString |
getParentBytes()
Parent project to create the profile in.
|
ProfileType |
getProfileType(int index)
One or more profile types that the agent is capable of providing.
|
int |
getProfileTypeCount()
One or more profile types that the agent is capable of providing.
|
List<ProfileType> |
getProfileTypeList()
One or more profile types that the agent is capable of providing.
|
int |
getProfileTypeValue(int index)
One or more profile types that the agent is capable of providing.
|
List<Integer> |
getProfileTypeValueList()
One or more profile types that the agent is capable of providing.
|
boolean |
hasDeployment()
Deployment details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Parent project to create the profile in.
string parent = 4 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getParentBytes()
Parent project to create the profile in.
string parent = 4 [(.google.api.resource_reference) = { ... }boolean hasDeployment()
Deployment details.
.google.devtools.cloudprofiler.v2.Deployment deployment = 1;Deployment getDeployment()
Deployment details.
.google.devtools.cloudprofiler.v2.Deployment deployment = 1;DeploymentOrBuilder getDeploymentOrBuilder()
Deployment details.
.google.devtools.cloudprofiler.v2.Deployment deployment = 1;List<ProfileType> getProfileTypeList()
One or more profile types that the agent is capable of providing.
repeated .google.devtools.cloudprofiler.v2.ProfileType profile_type = 2;int getProfileTypeCount()
One or more profile types that the agent is capable of providing.
repeated .google.devtools.cloudprofiler.v2.ProfileType profile_type = 2;ProfileType getProfileType(int index)
One or more profile types that the agent is capable of providing.
repeated .google.devtools.cloudprofiler.v2.ProfileType profile_type = 2;index - The index of the element to return.List<Integer> getProfileTypeValueList()
One or more profile types that the agent is capable of providing.
repeated .google.devtools.cloudprofiler.v2.ProfileType profile_type = 2;int getProfileTypeValue(int index)
One or more profile types that the agent is capable of providing.
repeated .google.devtools.cloudprofiler.v2.ProfileType profile_type = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.