public interface ResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Any |
getBody()
The primary payload for the resource.
|
com.google.protobuf.AnyOrBuilder |
getBodyOrBuilder()
The primary payload for the resource.
|
Metadata |
getMetadata()
Common metadata describing the resource.
|
MetadataOrBuilder |
getMetadataOrBuilder()
Common metadata describing the resource.
|
boolean |
hasBody()
The primary payload for the resource.
|
boolean |
hasMetadata()
Common metadata describing the resource.
|
boolean hasMetadata()
Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;Metadata getMetadata()
Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;MetadataOrBuilder getMetadataOrBuilder()
Common metadata describing the resource.
.istio.mcp.v1alpha1.Metadata metadata = 1;boolean hasBody()
The primary payload for the resource.
.google.protobuf.Any body = 2;com.google.protobuf.Any getBody()
The primary payload for the resource.
.google.protobuf.Any body = 2;com.google.protobuf.AnyOrBuilder getBodyOrBuilder()
The primary payload for the resource.
.google.protobuf.Any body = 2;Copyright © 2018–2020 Alibaba Group. All rights reserved.