Package houston.grpc.service
Interface AssetListRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetListRequest,AssetListRequest.Builder
@Generated
public interface AssetListRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInclude(int index) repeated string include = 1;com.google.protobuf.ByteStringgetIncludeBytes(int index) repeated string include = 1;intrepeated string include = 1;repeated string include = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIncludeList
repeated string include = 1;- Returns:
- A list containing the include.
-
getIncludeCount
int getIncludeCount()repeated string include = 1;- Returns:
- The count of include.
-
getInclude
repeated string include = 1;- Parameters:
index- The index of the element to return.- Returns:
- The include at the given index.
-
getIncludeBytes
com.google.protobuf.ByteString getIncludeBytes(int index) repeated string include = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the include at the given index.
-