Interface CreateOfflineProfileRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateOfflineProfileRequest,CreateOfflineProfileRequest.Builder
public interface CreateOfflineProfileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParent()Parent project to create the profile in.com.google.protobuf.ByteStringgetParentBytes()Parent project to create the profile in.ProfilegetProfile()Contents of the profile to create.ProfileOrBuildergetProfileOrBuilder()Contents of the profile to create.booleanhasProfile()Contents of the profile to create.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Parent project to create the profile in.
string parent = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Parent project to create the profile in.
string parent = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasProfile
boolean hasProfile()
Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;- Returns:
- Whether the profile field is set.
-
getProfile
Profile getProfile()
Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;- Returns:
- The profile.
-
getProfileOrBuilder
ProfileOrBuilder getProfileOrBuilder()
Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;
-
-