public final class CreateSubpropertyResponse extends GeneratedMessageV3 implements CreateSubpropertyResponseOrBuilder
Response message for CreateSubproperty RPC.
Protobuf type google.analytics.admin.v1alpha.CreateSubpropertyResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SUBPROPERTY_EVENT_FILTER_FIELD_NUMBER
public static final int SUBPROPERTY_EVENT_FILTER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUBPROPERTY_FIELD_NUMBER
public static final int SUBPROPERTY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateSubpropertyResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateSubpropertyResponse.Builder newBuilder()
newBuilder(CreateSubpropertyResponse prototype)
public static CreateSubpropertyResponse.Builder newBuilder(CreateSubpropertyResponse prototype)
public static CreateSubpropertyResponse parseDelimitedFrom(InputStream input)
public static CreateSubpropertyResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateSubpropertyResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateSubpropertyResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyResponse parseFrom(CodedInputStream input)
public static CreateSubpropertyResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyResponse parseFrom(InputStream input)
public static CreateSubpropertyResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateSubpropertyResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateSubpropertyResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CreateSubpropertyResponse getDefaultInstanceForType()
getParserForType()
public Parser<CreateSubpropertyResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSubproperty()
public Property getSubproperty()
The created subproperty.
.google.analytics.admin.v1alpha.Property subproperty = 1;
Returns |
Type |
Description |
Property |
The subproperty.
|
getSubpropertyEventFilter()
public SubpropertyEventFilter getSubpropertyEventFilter()
The created subproperty event filter.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2;
getSubpropertyEventFilterOrBuilder()
public SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()
The created subproperty event filter.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2;
getSubpropertyOrBuilder()
public PropertyOrBuilder getSubpropertyOrBuilder()
The created subproperty.
.google.analytics.admin.v1alpha.Property subproperty = 1;
hasSubproperty()
public boolean hasSubproperty()
The created subproperty.
.google.analytics.admin.v1alpha.Property subproperty = 1;
Returns |
Type |
Description |
boolean |
Whether the subproperty field is set.
|
hasSubpropertyEventFilter()
public boolean hasSubpropertyEventFilter()
The created subproperty event filter.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2;
Returns |
Type |
Description |
boolean |
Whether the subpropertyEventFilter field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateSubpropertyResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateSubpropertyResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateSubpropertyResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides