public interface CreateOfflineProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Parent project to create the profile in.
|
com.google.protobuf.ByteString |
getParentBytes()
Parent project to create the profile in.
|
Profile |
getProfile()
Contents of the profile to create.
|
ProfileOrBuilder |
getProfileOrBuilder()
Contents of the profile to create.
|
boolean |
hasProfile()
Contents of the profile to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Parent project to create the profile in.
string parent = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getParentBytes()
Parent project to create the profile in.
string parent = 1 [(.google.api.resource_reference) = { ... }boolean hasProfile()
Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;Profile getProfile()
Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;ProfileOrBuilder getProfileOrBuilder()
Contents of the profile to create.
.google.devtools.cloudprofiler.v2.Profile profile = 2;Copyright © 2025 Google LLC. All rights reserved.